Skip to content

Set isAbort = true in ClusteredServiceAgent.CheckForClockTick to match Java API#138

Merged
mikeb01 merged 1 commit into
masterfrom
ebowden/cluster-abort-flag
May 7, 2026
Merged

Set isAbort = true in ClusteredServiceAgent.CheckForClockTick to match Java API#138
mikeb01 merged 1 commit into
masterfrom
ebowden/cluster-abort-flag

Conversation

@strangelydim
Copy link
Copy Markdown
Contributor

No description provided.

@strangelydim strangelydim requested a review from JPWatson May 1, 2026 23:21

if (isAbort || aeron.IsClosed)
{
isAbort = true;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how could we even get here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aeronAgentInvoker.Invoke could end up processing a close.

@mikeb01 mikeb01 merged commit 8e885b1 into master May 7, 2026
4 checks passed
@mikeb01 mikeb01 deleted the ebowden/cluster-abort-flag branch May 7, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants